//==============================================================================
// obelisk_anim.txt
//==============================================================================
import Construction_defines_anim.txt

//==============================================================================
define empower
{
   SetSelector
   {
      EmpowerLogic
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualnone Jimmy
            }
         }
      }
      SetSelector
      {
         set hotspot
         {
            version
            {
               Visualparticle SFX E Pharaoh Empower Small
            }
         }
      }
   }
}

//==============================================================================
define ring
{
   set hotspot
   {
      version
      {
         Visualparticle SFX E Isis Monument Ring
      }
   }
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define Stand
{
   set hotspot
   {
      version
      {
         Visual Building E Monument1 Stand
      }
   }  
}

//==============================================================================
anim Build
{
   SetSelector
   {
      set hotspot
      {
        version
        {
           Visual Building E Monument1
		   connect ATTACHPOINT ring hotspot
			connect hotspot stand hotspot
        }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
		CinematicLogic
		SetSelector
		{
			ConstructionLogic 0 33 66
			set hotspot
			{
				version
				{
					Visual Building E Monument1
					connect attachpoint ring hotspot
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall A
				connect CHIN E_Small_Brick hotspot
				connect ATTACHPOINT E_Long_Brick hotspot
				connect hotspot empower hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Building Construction XSmall B
				connect CHIN E_Small_Brick hotspot
				connect ATTACHPOINT E_Long_Brick hotspot
					  connect hotspot empower hotspot

				}
			}
			set hotspot
			{
				version
				{
				Visual Building E Monument1 Construction
				connect hotspot empower hotspot
				//connect CHIN E_Small_Brick hotspot
				//connect ATTACHPOINT E_Long_Brick hotspot

				}
			}
		}
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual Building E Monument1_cinematic
					connect hotspot empower hotspot
					connect hotspot Stand hotspot
				}
			}
		}
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
            Visual Building E Monument1_Death
				connect hotspot Stand hotspot
				connect smoke0 dust hotspot
				connect smoke1 dust hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction XSmall A
			connect CHIN E_Small_Brick hotspot
			connect ATTACHPOINT E_Long_Brick hotspot
			connect hotspot empower hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction XSmall B
			connect CHIN E_Small_Brick hotspot
			connect ATTACHPOINT E_Long_Brick hotspot
		        connect hotspot empower hotspot

         }
      }
      set hotspot
      {
         version
         {
			Visual Building E Monument1 Construction
			connect hotspot empower hotspot
			//connect CHIN E_Small_Brick hotspot
			//connect ATTACHPOINT E_Long_Brick hotspot

         }
      }
   }
}

